home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util2 / erase.lha / Erase / src.lha / gst.c < prev    next >
C/C++ Source or Header  |  1995-08-07  |  449b  |  22 lines

  1. /***************************************************************************
  2.  * gst.c
  3.  *
  4.  * All the includes for Erase.c
  5.  * All in this file to make GST creation easier.
  6.  *
  7.  * August 1995, ©Lee Kindness. All rights reserved.
  8.  *
  9.  */
  10.  
  11. /* Amiga headers */
  12. #include <exec/types.h>
  13. #include <exec/memory.h>
  14. #include <dos/dosasl.h>
  15.  
  16. /* Amiga prototypes and pragmas */
  17. #include <proto/dos.h>
  18. #include <proto/exec.h>
  19.  
  20. /* ANSI C stuff */
  21. #include <string.h>
  22.